home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / AUTOC20G.ARJ / WHATSNEW < prev   
Text File  |  1992-03-15  |  20KB  |  442 lines

  1. Version 2.0g
  2.     I still had complaints about people seeing Echo Off in the Autoexec
  3.     Bat file, so now if you have a DOS higher than 3.2, it will start
  4.     with @Echo off.
  5.  
  6.     If you are using DOS 5.0, A DOS=HIGH,NOUMB line will be appended to
  7.     the bottom of the Autoexec.bat file, and you will have to put a
  8.     DOS=LOW (and/ or a DOS=UMB) in the configurations you need them in.
  9.     Menu.Ctl will control the flags.
  10.  
  11.     If you are using DRDOS, Menu.Ctl will now work with it as well as
  12.     MSDOS.
  13.  
  14.     I've changed the way I load configurations, so you will be able to
  15.     run AutoCon with less memory, and there is no longer a 6K or 2K
  16.     limit on the Autoexec and Config fields.
  17.  
  18.     Each configuration now has the names of the files that the field is
  19.     written to.  (I've had several requests for this one.)
  20.  
  21.     The help screen colors are now installable.
  22.  
  23.     The MENU.CTL interface has been rewritten to show up more distinctly
  24.     when booting.  I had several complaints that it was easy to miss.
  25.     It will now put up some distinctive boxex, and show up in color if
  26.     you have a color monitor.  The colors are installable from AutoCon.
  27.  
  28.     Each configuration now has the names of the files that the field is written
  29.     to.  (I've had several requests for this one.)
  30.  
  31.     You can tell AutoCon not to restore the screen on exit (eliminates the
  32.     need for AutoConx.exe.
  33.  
  34.  
  35. Version 2.0e (mainly bug fix)
  36.     In Single mode if the Enviornment name wasn't set (AltE in the
  37.     editor) AutoCon could get the wrong cache 'Flush' information.  This
  38.     is fixed, but I highly reccommend setting the Autocon Environment
  39.     variable if you are using Single mode.
  40.  
  41.     If an external editor were being used, and the Autocon or Config
  42.     field size got too large, the AutoCon.Dat file could get messed up -
  43.     fixed.
  44.  
  45.     Several people have complained that 4K and 2K is not large enough
  46.     for the Autoexec and Config fields, so I'm pushing the size up to 6K
  47.     and 4K.  Please note that this adds 4K/configuration to AutoCon's
  48.     memory requirements.
  49.  
  50.     There are two extra EXE files on the BBS.  AutoCons.exe will still
  51.     use 4K and 2K for those needing the smaller memory requirements.
  52.  
  53.     AutoConx.exe will not restore the screen when it exits.  Try this if
  54.     you lose the cursor or the screen blanks out when you exit (I've had
  55.     two complaints about this).
  56.  
  57. Version 2.0d (bug fix)
  58.     If AutoCon followed an "ECHO OFF" and a "CLS" statement in a batch
  59.     file, the screen could get slightly messed up - fixed.
  60.  
  61. Version 2.0c (bug fix)
  62.     The user modified colors were getting lost if a reboot was performed
  63.     from the command line - fixed.
  64.  
  65. Version 2.0b (bug fix)
  66.  
  67.     MENU.CTL had a problem with the name of the eighth configuration,
  68.     which is now fixed.  It also had a tendency to leave menu choice 2
  69.     in the hi-lite mode, also fixed.
  70.  
  71.     Several people complained about seeing the Errorlevel statements in
  72.     the AUTOEXEC.BAT during the boot process.  AUTOEXEC.BAT files will
  73.     now start with ECHO OFF as the first statement if you choose the
  74.     MENU.CTL option.
  75.  
  76.     Version 2.0 would allow you to choose more than the eight default
  77.     configurations.  This is no longer allowed.
  78.  
  79.     Version 2.0 had a problem writing the AUTOEXEC.BAT file for the Menu
  80.     mode if the Autoexec fields didn't end in a Carriage Return.  This
  81.     is now fixed.
  82.  
  83.  
  84. Version 2.0
  85.  
  86.  
  87.     I'm jumping the version number from 1.4 to 2.0 for this release.
  88.     The reason is that AutoCon's capability has changed so much in this
  89.     release that I think it warrants a Major revision number change.
  90.  
  91.     The major change is the inclusion of two new files.  These are
  92.     MENU.CTL and MENUNUM.COM.  Menu.Ctl is a device driver that can
  93.     disable commands in the CONFIG.SYS file.  MenuNum.Com is a file that
  94.     will ask the portion of Menu.Ctl that stays resident which
  95.     configuration was chosen, and set the DOS ERRORLEVEL to that number.
  96.     This allows setting up menu choices in the AUTOEXEC.BAT file to
  97.     match the choice made from the CONFIG.SYS file.  Together these two
  98.     files allow you to choose a system configuration from a menu of
  99.     configurations during the boot process itself.
  100.  
  101.     AutoCon will handle all of the interface details to these two
  102.     commands for you, and allow you to return to a "Normal" system
  103.     configuration in just a couple of keystrokes.  This will allow you
  104.     to run programs like "Optimize" from Quarterdeck.
  105.  
  106.  
  107.     There is a pull-down menu system available on the main screen.  Each
  108.     item on the menu has a context sensitive help entry.  This should
  109.     make it very easy to get AutoCon up and running the first time, and
  110.     allow you to look up those commands you can't remember the
  111.     keystrokes for.
  112.  
  113.  
  114.     There are two new command line options.  If you enter
  115.  
  116.       AutoCon /<return>
  117.  
  118.     on the command line, a window of your configurations will pop up
  119.     asking you to choose which configuration you wish to use to reboot
  120.     the system.  This is equivalent to the "AutoCon <configuraion name>,
  121.     except that AutoCon lets you choose the name from a pick list.
  122.  
  123.     The second new command is 
  124.  
  125.       AutoCon /@<configuration name>
  126.  
  127.     where <configuration name> is the name shown on the main screen for
  128.     each configuration.  If the name matches the configuration that was
  129.     used for the boot process, the DOS errorlevel will be set to 1.  It
  130.     will be set to 0 otherwise.  For this function to work correctly,
  131.     you need to boot up with Menu.Ctl, or assure that each Autoexec
  132.     field has the correct name assigned with a SET command. See the new
  133.     "Put Name in Environment" editor function defined below.
  134.  
  135.  
  136.     The internal editor has a few new capabilities.  In order to access
  137.     most them you will have to edit your keystrokes (using the F6 key).
  138.     The block operations are no longer constrained to full lines.  The
  139.     default keys for reformating were removed.  You may reassign them.
  140.  
  141.       "Search Function" (default assigned to ^Q^F) allows you to search
  142.       the text for a specified string of text.  The string is active for
  143.       the entire AutoCon session, and will be the same across records.
  144.  
  145.       "Search/Replace Function" (default assigned to ^Q^A) allows you to
  146.       search the text for a specified string of text, and relpace it
  147.       with another string of text.  You will be asked to confirm the
  148.       replacement.
  149.  
  150.       "Repeat Search Function" (default assigned to ^L)  This will
  151.       repeat the last Search, or Search/Replace that was performed.  The
  152.       informations is retained during the AutoCon session, and will be
  153.       the same across records.
  154.  
  155.       "Install Editor Keys" (default assigned to F6) allows you to
  156.       change the editor keys during an edit session.
  157.  
  158.       "Put Name in Environment" (default assigned to AltE) will put a
  159.       SET command in your edit field.  This will guarantee that the
  160.       configuration you are editing has its name placed correctly in the
  161.       environment.  AutoCon will use this name for various command line
  162.       functions.
  163.  
  164.       "Change (Text - AltF6, Block - AltF7, Control Char - AltF8)
  165.       Attribute" will allow you to change the keys that call up the
  166.       editor color installation windows.
  167.  
  168.       "View Last Dos Screen" (default assigned to AltV) allows you to
  169.       see the DOS screen as it was when AutoCOn was started.  Could be
  170.       useful if the reason your changing a configuration is shown there.
  171.  
  172.  
  173.     By March 1, 1991 I will have a support BBS in place operating 24
  174.     hours a day.  The number will be (916) 623 4455.
  175.  
  176.  
  177. Version 1.4
  178.  
  179.     One of the WhatsNews has to do with me, I am now a member of the ASP
  180.     (Association of ShareWare Professionals).  The rest of the WhatsNews
  181.     all concern changes (and additions) to the program.
  182.  
  183.     You now have the option to use the built in editor to edit the
  184.     Autoexec and Config fields, or to install an external editor to do
  185.     the job.  <CtrlF6> will pop up a window for you to enter an external
  186.     editor's file name.  The Path will be checked for the entered file
  187.     name, and if found, it will be used to edit the Autoexec and Config
  188.     fields in the future.  For more info, see the "Installing External
  189.     Editor" section of AUTOCON.DOC.
  190.  
  191.     From the command line, typing <AUTOCON /=> will check the Autoexec
  192.     and Config fields of the current configuration record against the
  193.     file contents of the current Configuration files (usually
  194.     C:\AUTOEXEC.BAT and C:\CONFIG.SYS).  The results of the comparison
  195.     will be shown on the screen.  SPECIAL NOTE! - the configuration will
  196.     need to have been saved with the 1.4 version of AUTOCON.
  197.  
  198.     From the command line, typing <AUTOCON /*> will update the Autoexec
  199.     and Config fields of the current configuration record from the file
  200.     contents of the current Configuration files (usually C:\AUTOEXEC.BAT
  201.     and C:\CONFIG.SYS).  You might want to be a little careful with this
  202.     one.
  203.  
  204.     The internal editor has a few new capabilities.  In order to access
  205.     them, you will probably have to edit your keystrokes (using the <F6>
  206.     key).  The new commands are "Split Line", "Cut the marked block",
  207.     and "Paste the last Cut block".  These commands will be a little
  208.     more convenient than the current "Write marked block" and "Read
  209.     marked block" file commands.
  210.  
  211.       "Split Line" (default assigned to <CtrlN> key) splits the current
  212.       line at the cursor, leaving the cursor where it is, and moving the
  213.       rest of the line down to the next line.
  214.  
  215.       "Cut the marked block" (default assigned to <CtrlK> <U> key
  216.       combination) will put the current marked block into a text buffer.
  217.       "Paste the last Cut block" (default assigned to <CtrlK> <P> key
  218.       combination) will paste the contents of the cut buffer to the
  219.       current cursor location.  This command can be used to move the
  220.       data in the same record, or across records.  After a cUt, the data
  221.       will stay in the buffer until a new cUt is performed, or AUTOCON
  222.       is exited.
  223.  
  224.       Formerly the editor only recognized a ' ' (space) as a word mark
  225.       (for <CtrlF>, <CtrlA>, <CtrlRarw>, etc.).  This has been enhanced
  226.       to also recognize the following characters as word marks :
  227.       '/', ';', and '='.
  228.  
  229.       Line length was increased to 254 for those long path names (and
  230.       any other long lines needed).  This necessitated removing the
  231.       word-wrap capability while editing the Autoexec and Config
  232.       fields (I don't think this will be a hardship, you probably don't
  233.       want to word-wrap the lines in your Autoexec and Config files
  234.       anyway).  Word-wrap is still used in the Notes field, but please
  235.       don't enter a line longer than 127 characters in there.
  236.  
  237.  
  238.     A couple of functions were also added to the Interactive Mode.
  239.  
  240.       <AltC> will pop-up a pick list of the current configuration
  241.       records, and allow you to select one.  The contents of the
  242.       Autoexec and Config fields of the selected configuration record
  243.       will be copied to the current configuration record.  Be careful
  244.       with this one, there is NO "Undo" command.  You can always
  245.       use ESC to get out of the pick list without doing a copy.
  246.  
  247.       <AltV> will now show the Dos screen as it was when Autocon was
  248.       started.
  249.  
  250.       <Alt=> will check the Autoexec and Config fields of the current
  251.       configuration record against the contents of the current
  252.       configuration files (C:\AUTOEXEC.BAT and C:\CONFIG.SYS, unless you
  253.       have changed them with <F8> or <F9> keys).  SPECIAL NOTE! - the
  254.       configuration will need to have been saved with the 1.4 version of
  255.       AUTOCON.
  256.  
  257.       All of the color changes now show up instantly (you previously had
  258.       to wait till the next time Autocon was executed to see some of the
  259.       color changes).
  260.  
  261.       ESC is no longer accepted as a "Yes" answer (there were a lot of
  262.       complaints on this one).  A "Yes" answer now requires a <Y> or
  263.       <Enter> key (accept default).
  264.  
  265.     There are a few cosmetic changes on the screens (all in response to
  266.     comments by users).  I won't take the space to list each one.
  267.  
  268.     There are a couple more entrys on the help screen, and (I hope) the
  269.     entries are arranged in a little more logical fashion.
  270.  
  271.     UltraVision : Autocon is now UltraVision "Aware".  Autocon will
  272.     detect if UltraVision is installed and active.  If it is, Autocon
  273.     will use UltraVision to switch modes, and restore screens (in other
  274.     words, Autocon won't mess up your screen).
  275.  
  276.     Windows Problems :  After spending a very unproductive day on the
  277.     phone with Microsoft, I decided to add another boot type option to
  278.     Autocon.  Several people use Autocon to reconfigure in and out of
  279.     Windows.  When Windows is running in 386 enhanced mode, a software
  280.     boot (usually) doesn't work.  Microsoft's recommendation : "Never
  281.     reboot while running Windows".  They say that this may trash hard
  282.     disks and worse (I'm not sure what could be "worse" than trashing a
  283.     hard disk).  I don't know about you, but I've had to reboot out of
  284.     Windows several times.  I know it's probably not a good idea, but
  285.     there are times it should be quite safe (and times when it is forced
  286.     upon us).  Anyway, they say that is no way they are aware of to
  287.     ensure that a software reboot will work.
  288.     Therefore :
  289.  
  290.       You may now select (N)one as an alternate boot type (using the
  291.       <F5> key). If you select (N)one, Autocon will now reconfigure the
  292.       files, but will not attempt a reboot.  Now you may run Autocon
  293.       under Windows, and after the system files are reconfigured, you
  294.       can hit the dreaded CtrlAltDel key combination.
  295.  
  296.       By the way, I'm not much of an artist, so if someone (out of the
  297.       goodness of their hearts) designs a nice Icon for Autocon, I would
  298.       appreciate them sending me a copy.
  299.  
  300.  
  301.     A potentially nasty bug was squashed.  Since I never received a
  302.     complaint on this one, I assume that I was the only one "bit".  If
  303.     your current configuration record was the last one, and you deleted
  304.     it,  Autocon tried to find it again the next time it was started.
  305.     This could lead to bizarre behavior (a messed up pointer for those
  306.     technical people).  If the current record number is larger than the
  307.     max record number, it will now be adjusted (with appropriate warning
  308.     message).  It will still be pointing to the wrong record, but it
  309.     will behave in a known fashion.
  310.  
  311.   ______________________________________________________________________
  312.  
  313. Version 1.3a
  314.  
  315.     There are a few bug fixes, and a couple of enhancements in this
  316.     version.  If you used F2 to save changes in the previous versions,
  317.     when you hit ESC to exit it would issue a warning that the changes
  318.     were about to be lost, this has been corrected.
  319.  
  320.     AUTOCON will now attempt to detect and restore the EGA/VGA (45/50)
  321.     small character mode upon exit.
  322.  
  323.     After updating the configuration with 1.3a, when AUTOCON is started
  324.     in the interactive mode, it will default to the configuration used
  325.     in the last update.
  326.  
  327.     On the command line if you type <AUTOCON /?> the name of the current
  328.     configuration will be displayed (Note: you must have saved a
  329.     configuration with V1.3a first).
  330.  
  331.     If you are in the full screen entry mode, hitting <F7> will update
  332.     the Autoexec and Config fields in the current record from the
  333.     current AUTOEXEC.BAT and CONFIG.SYS files.  This saves going into
  334.     each of the two fields and doing a <F5> <^KR> <AltX>.
  335.  
  336.     From the command line, typing AUTOCON followed by a / and the name
  337.     of a configuration (e.g. <AUTOCON /NoTSRs>) will cause that
  338.     configuration to have it's Autoexec and Config fields updated from
  339.     the current AUTOEXEC.BAT and CONFIG.SYS files.
  340.  
  341.     There was a bug in V1.3 that caused AUTOCON to have a problem with
  342.     reading files that were not terminated with ^Z.  If you got an
  343.     "Edit Buffer Full" message when you tried to edit a field that you
  344.     know wasn't too big, then you were bitten by this bug.  This is
  345.     fixed in 1.3a.
  346.  
  347.     If you were in one of the fields and issued an <^KW> (block save)
  348.     and didn't have a marked block, you were not given an error message
  349.     in previous versions.  This is fixed in 1.3a.
  350.  
  351.     The help screen displayed in a color change window was the one for
  352.     changing the editor keystrokes. This is fixed in 1.3a.
  353.  
  354.   ______________________________________________________________________
  355.  
  356. Version 1.3
  357.  
  358.     There are several changes in this version.  If you have added
  359.     several extra configurations that you no longer need, the <CtrlF3>
  360.     key will delete the current configuration (you can't delete record
  361.     one, nor can you go below five records).
  362.  
  363.     You can change the keystrokes used by the built in editor.  Hitting
  364.     the <F6> key in the main menu will pop up a key editor which will
  365.     allow changing the actions of all of the control keys used in the
  366.     editor.
  367.  
  368.     You can change the colors used by AUTOCON.  Hitting the <Alt> key in
  369.     combination with the function keys will allow customization of most
  370.     of the colors.  The use of each key is detailed in the pop-up help.
  371.  
  372.     The DAT file format for 1.3 is quite different than the one for 1.2.
  373.     The white space has been eliminated, and as a consequence it is
  374.     significantly smaller (mine are about 1/4 the previous size). The
  375.     first time you run 1.3 it will change the format, and the DAT file
  376.     will no longer be compatible with 1.2.  You may want to make a copy
  377.     of AUTOCON.DAT (just to be on the safe side) before running 1.3.
  378.  
  379.  
  380.   ______________________________________________________________________
  381.  
  382. Version 1.2d keeps current file attributes
  383.  
  384.     A request was made to update the Autoexec and Config files, but to
  385.     not change their current attributes (system, read only, hidden,
  386.     etc.).  Therefore AUTOCON now reads the current file attributes of
  387.     Autoexec.Bat and Config.Sys before updating them, and restores the
  388.     attributes after the update.
  389.  
  390.  
  391.   ______________________________________________________________________
  392.  
  393. Version 1.2c adds a boot type select.
  394.  
  395.     Some computers have trouble with the warm boot that AUTOCON was
  396.     originally configured with.  These seem to mainly be machines with
  397.     large hard disks, and a large hard disk manager.  The <F5> key now
  398.     allows you to change the boot type from warm to cold to get around
  399.     this problem.
  400.  
  401.  
  402.   ______________________________________________________________________
  403.  
  404. Version 1.2a is a bug fix.
  405.  
  406.     AUTOCON didn't recognize more than three configurations from the
  407.     command line.
  408.  
  409.  
  410. Version 1.2 is a bug fix.
  411.  
  412.     When you attempted to read in your old configuration files to the
  413.     AUTOEXEC and CONFIG fields, it always defaulted to C:\AUTOEXEC.BAT
  414.     an C:\CONFIG.SYS no matter what files you had selected.  The read
  415.     file option now works correctly.
  416.  
  417.  
  418.   ______________________________________________________________________
  419.  
  420. Version 1.1 charges are as follows.
  421.  
  422.   1. AUTOCON now does a Reboot when a reconfiguration is done from the
  423.      command line.
  424.  
  425.   2. AUTOCON now handles up to 50 configurations (originally only 5).
  426.  
  427.   3. You can now read any file into an AUTOEXEC or CONFIG edit field
  428.      (allows you to use your old configurations).
  429.  
  430.   4. The On-line Help has been updated/enhanced.
  431.  
  432.   5. The Doc file has been enhanced (left out a few things the first
  433.      time).
  434.  
  435.   6. Allows you the choice of a Reboot when reconfiguring in the data
  436.      entry mode.
  437.  
  438.   7. Hopefully a better choice of colors on an LCD screen.  If you have
  439.      an LCD, you need to have your mode set to BW80 (2).
  440.  
  441.  
  442.